Web API Edition | ComponentOne
C1.Web.Api Namespace / IImporter<TSource,TResult> Interface
Type of ImportSource.
Type of import result.
Members

In This Topic
    IImporter<TSource,TResult> Interface
    In This Topic
    Common generic interface for all importers to share.
    Syntax
    'Declaration
     
    
    Public Interface IImporter
        (Of TSource As ImportSource,
         TResult) 
    public interface IImporter<TSource,TResult> 
    where TSource: ImportSource
    Type Parameters
    TSource
    Type of ImportSource.
    TResult
    Type of import result.
    See Also